home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / lan / fsl222.zip / HISTORY.TXT < prev    next >
Text File  |  1996-07-26  |  11KB  |  304 lines

  1. HISTORY.TXT                                         FSLOGIN v2
  2. --------------------------------------------------------------
  3. This document contains information about the history of Full
  4. Screen Login. FSLOGIN version 2 is rewritten because of the
  5. support of NetWare Directory Services (NetWare 4.x) as well as
  6. bindery based servers (NetWare 2.x and 3.x).
  7.  
  8. 2.00a
  9. -----
  10. Internationalisation code added, as well as German language
  11. support. 
  12.  
  13. Problem with lost drive letter solved when using NETX and a
  14. user is logged in and the new user types in incorrect userid
  15. or password and the user then exits back to DOS.
  16.  
  17. User Info window in the registered version is now optional.
  18. See also the label :LogText in FSLOGIN.INI.
  19.  
  20. 2.01
  21. ----
  22. Align= option added to FSLOGIN.INI. This option makes it
  23. possible to automatically centre the data entry and messages
  24. windows that are otherwise aligned left at column 9.
  25. Align=0   Do not align left but AutoCenter.
  26. Align=1   Align left. 
  27.  
  28. Logout= option added to FSLOGIN.INI. This option, when
  29. activated, logs a workstation out of bindery connections when
  30. FSLOGIN is started.
  31. Logout=0  Do not logout immediate.
  32. Logout=1  Logout from bindery mode connections immediate.
  33.  
  34. French language support added.
  35.  
  36. 2.02
  37. ----
  38. Users can change their password now by using the F6 (Change
  39. Password) function key. A user should fill in the normal data
  40. in the login data window and press the F6 key instead of the
  41. Enter key.
  42. The following items have been added to FSLOGIN.INI for this
  43. feature:
  44. [help]         ::Change Your Password
  45. [help]         ::Function Keys, F6=ChangePassword
  46. [messages]     :PwdUser=
  47.  
  48. Password synchronization has been added for bindery servers.
  49. This feature originates from FSLOGIN version 1.x and has been
  50. implemented in version 2 as well because of the many questions
  51. we got. Password synchronization is turned OFF by default
  52. because of the impact it can have in large networks.
  53. The following items have been added to FSLOGIN.INI for this
  54. feature:
  55. [syncpassword] SyncResult= and SyncGroup=
  56. [messages]     SyncOldPw=, SyncHeader=, SyncHint1=, SyncExit=,
  57.                0000=, 0003=, 89D7=, 89D8= and 89FC=.
  58.  
  59. SyncResult= can have the following values:
  60.  
  61. 0    do not show any result to the user.
  62. 1    show a list of messages with one line for each server
  63.      that has been processed for a new password.
  64. 2    show the same list as with 1, but only when one of the
  65.      servers in the group did return an error.
  66.  
  67. SyncGroup= can have the following values:
  68.  
  69. 0    do not synchronize passwords at all.
  70. 1    sync password on ALL servers in the network (be careful
  71.      when you have a large network).
  72. 2    use the servers in the list that follows as a 'group' of
  73.      servers, on which the new password should be tried.
  74.  
  75.  
  76. !DI should have no effect on the default value of the Location
  77. or Server input field. Thank You Perry!
  78.  
  79. Logout=1 could result in a UNREGISTERED appearance when
  80. FSLOGIN was not installed on the default attached server, but
  81. was started from a drive letter pointing to another server.
  82. Thank You Marcel!
  83.  
  84. Login in under NDS with a previously used password could
  85. result in an Network Error FF29. Thank You Helène!
  86.  
  87. 2.10
  88. ----
  89. SyncResult= can have the following values:
  90.  
  91. 0    do not show any result to the user.
  92. 1    show a list of messages with one line for each server
  93.      that has been processed for a new password. This is the
  94.      most complete information.
  95. 2    show a list with servers on which synchronization did not
  96.      succeed. Only errors that are of some meaning to the user
  97.      are displayed, other errors are not shown. To be more
  98.      precise: the errors between 0003 and 89DE are shown (See
  99.      also: Appendix B of the file README.TXT or the manual).
  100. 3    Only servers on which the password was successfully
  101.      changed are shown in the list.
  102.  
  103. A PreProcess option has been added. This option allows the
  104. execution of a program or batchfile before the actual login
  105. script processing. The PreProcess can be, for example, a virus
  106. check program. The benefit of using the PreProcess option is
  107. the amount of conventional memory that is available compared
  108. to using the '#' statement in the NetWare 2.x or 3.x LOGIN.EXE
  109. program. A preprocess program or batch file can be specified
  110. in the [network] section of FSLOGIN.INI. For example:
  111.  
  112. [network]
  113. PreProcess=z:\public\preproc.bat
  114.  
  115. The PreProcess can also be a program or batchfile that is
  116. located in the DOS PATH of the workstation, but specifying an
  117. explicit path is a better way to get the right process
  118. executed. It should be understood that the PreProcess runs
  119. within the trustee rights of the logged in user. The one and
  120. only drive letter that is available during execution of the
  121. PreProcess is drive letter Z:, which points to the SYS:
  122. volume.
  123.  
  124. An external dimmer program option has been added. The external
  125. dimmer program can be specified in the [presentation] section
  126. of FSLOGIN.INI. For example:
  127.  
  128. [presentation]
  129. Dimmer=5            
  130. DimmerProg=c:\util\pcxview c:\util\company.pcx
  131.  
  132. These statements result in the loading of a PCX viewer program
  133. that presents a company logo PCX file. When the external
  134. dimmer program end (by user action or otherwise) the FSLOGIN
  135. screen is restored. It should be understood that the amount of
  136. conventional memory is limited, but most PCX viewers can
  137. operate in as less as 100 kilobytes of conventional memory. 
  138.  
  139. Specifying an alternate login program-name of 7 or 8
  140. characters in the BINLogin= or NDSLogin= statement resulted in
  141. an error. Thank You Helmut!
  142.  
  143. 2.10a
  144. -----
  145. Bug fixed in INI file string processing. This bug affected
  146. statements like FS_UID=, NDSLogin= etc.
  147.  
  148. Bug fixed in the UserXList feature. Thank You Larry!
  149.  
  150. 2.11
  151. ----
  152. Changed the way FSLOGIN.COM checks for a connection. In some
  153. cases, when a connection is no longer valid, FSLOGIN.COM re-
  154. establishes a connection.
  155.  
  156. 2.12
  157. ----
  158. Better support for Intel Landesk Manager's LANSEL TSR.
  159. Thank You Bert!
  160.  
  161. Bug fixed for workstations getting a 'No NetWare Shell' error
  162. when the connectionnumber is 256, 512 etc...
  163. Thank You Markus!
  164.  
  165. Command line parameters are treated differently now. Instead
  166. of invoking LOGIN.EXE with this parameters the Full Screen
  167. part of FSLOGIN is always used. Command line parameters like
  168. Server/Userid are used as default values in the Login Data
  169. form. Examples:
  170.  
  171. Syntax used:                  Mode *1)  
  172. FSLOGIN MY_SERVER/MY_USERID   Bindery
  173. FSLOGIN MY_SERVER/            Bindery
  174. FSLOGIN /MY_USERID            Bindery
  175. FSLOGIN /                     Bindery   
  176. FSLOGIN MY_USERID             Bindery or NDS
  177. FSLOGIN USERID.               NDS
  178. FSLOGIN USERID.CONTEXT        NDS
  179. FSLOGIN .CONTEXT              NDS
  180. FSLOGIN .                     NDS
  181.  
  182. *1)  The DOS requester needs to be installed and properly
  183.      configured for Bindery and NDS mode. In all other cases
  184.      the Bindery mode is used.
  185.  
  186. The SyncPrompt= statement has been added to the [syncpassword]
  187. section of FSLOGIN.INI. The SyncPrompt= statement determines
  188. if the user is prompted for an old password when the password
  189. synchronization process detects an 'invalid' old password for
  190. a particular server.
  191. SyncPrompt=0   Do not prompt for another old password
  192. SyncPrompt=1   Do ask the user etc...
  193.  
  194. The FSLSYNC utility is a tool to exclude certain servers from
  195. the password synchronization process. This utility should be
  196. run by the Supervisor once for each server that should not be
  197. involved. Servers that are candidates for exclusion are
  198. special purpose machines like SNA gateways, mail gateways,
  199. routers etc.
  200.  
  201. 2.12a
  202. -----
  203. Rework of NDS logout to prevent incorrect Network Address
  204. properties in a user object. Thank you Peter!
  205.  
  206. 2.12b
  207. -----
  208. Bug fixed when a NDSLogin= or BINLogin name was used that is
  209. shorter than the length of the string login.exe. Thank You
  210. Wouter!
  211.  
  212. 2.20
  213. ----
  214. The password sync feature now support synchronization between
  215. an NDS based login and bindery mode servers.
  216.  
  217. A new NDS search feature has been added, further easing the
  218. login process for the user.
  219.  
  220. The Registration